home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / gfx / gfxlist.lha / GfxList.doc < prev   
Text File  |  1994-04-26  |  2KB  |  74 lines

  1.  
  2.    NAME
  3.    GfxList -- Show useful informations on graphic files (V36+)
  4.  
  5.    SYNOPSIS
  6.    GfxList [ -Flag(s) ] [ Pattern ]
  7.  
  8.    FUNCTION
  9.    GfxList shows you useful informations on the graphic files it finds.
  10.  
  11.    INPUTS
  12.    Flags :      -A = All graphic types.
  13.                 -B = Work only on BMP files.
  14.                 -G = Work only on GIF files.
  15.                 -J = Work only on JPEG files.
  16.                 -I = Work only on ILBM / ANIM files.
  17.                 -P = Work only on PCX files.
  18.                 -F = Print full path in the FileName column.
  19.                 -R = Work recursiv.
  20.  
  21.    Pattern :    Any legal AmigaDOS pattern.     Fx. Work:#?
  22.  
  23.    No parameters defined => Display help!
  24.  
  25.    RESULT
  26.    This is an example output from GIFList:
  27.  
  28.    GfxList -ji -g -r #?
  29.  
  30.    Type  Width  Height  Depth  Frame(s)   Length   FileName
  31.    ----  -----  ------  -----  --------  --------  --------
  32.     gif    320     200      8         1     19727  Menu.gif8
  33.    jpeg    320     200      8         1     36636  Menu.jpeg
  34.    ilbm    320     200      8         1     44922  Menu.iff
  35.  
  36.    Total: 3 files - 101285 bytes
  37.  
  38.    NOTES
  39.    Please note that GfxList requires "dos.library" version 36+.
  40.    If only 1 file is printed, the Total line is on purpose omitted.
  41.  
  42.    BUGS
  43.    None ?
  44.  
  45.    DISTRIBUTION
  46.    This program is freeware.
  47.    You may redistribute it as long as:
  48.      - this text are included;
  49.      - you don't charge more than a nominal copying fee for distribution.
  50.  
  51.    DISCLAIMER
  52.    The author does not assume any responsibility for damages which could
  53.    result by the use of this program.  The entire risk for the use of
  54.    this program is assumed by the user.
  55.  
  56.    AUTHOR
  57.    TechnoLogic
  58.    Thomas Hagen Johansen
  59.    Vestervej 6, 1.th
  60.    2600 Glostrup
  61.    Denmark
  62.  
  63.    voice: +45 43 42 20 41
  64.    eMail: tjohansen@thj.adsp.sub.org
  65.  
  66.    THANKS:
  67.    Peter Klein, came up with the idea / error reports.
  68.    Flavio Stanchina, made a similar type of program for GIF files only.
  69.  
  70.    HISTORY:
  71.    V36.5    26/4/94  ILBM parsing error corrected. Did not WORD align chunks.
  72.    V36.4    23/4/94  First public release.
  73.  
  74.